home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / prntutil / mlist / mlist.doc < prev    next >
Encoding:
Text File  |  1995-04-25  |  2.2 KB  |  60 lines

  1.  
  2.           MLIST v1.15 
  3.  
  4.           Copyright (C) 1989 by Dan Rhea, All Rights Reserved
  5.           This program may be freely copied but never sold
  6.           CareWare: If you like it, send a donation of $10.00
  7.                     to support research into a cure for:
  8.  
  9.                     The National Leukemia Foundation
  10.                     The American Cancer Society
  11.                     The Juvenile Diabetes Foundation
  12.  
  13.  
  14.  
  15. MList is a program to create formated listings on a printer. It can
  16. print an ASCII file while applying various options to the output.
  17.  
  18. Most important about MList is that it paginates whatever it prints 
  19. and if a line is too wide for the printer it is cleanly "wrapped" to
  20. the next line in such a way that the pagination remains intact.
  21.  
  22. MList can also manage more than one file at a time (and wild cards
  23. if the current environment supports it). 
  24.  
  25.  
  26.  
  27.  
  28. Usage: MLIST [ -T tab | -B bias | -L ] Filename [ Filename [ ... ] ]
  29.  
  30. Where: -T (or \T) Converts tabs into "tab" spaces (uses a
  31.                   modulus calculation to determine the number
  32.                   of spaces needed).
  33.        -B (or \B) Sets the initial line count value to "bias"
  34.                   (Handy if you want to print out a part of
  35.                   a program but leave line numbers intact).
  36.        -L (or \L) Inhibits line numbering (and overides -B)
  37.        Filename   Can be one or more filenames (or complete
  38.                   path) to be printed. Wild cards are supported
  39.                   if the host OS or Shell supports them (i.e.
  40.                   MS-DOS, Atari-ST w/MT-C Shell, etc...).
  41.  
  42.  
  43.  
  44. Note: The source code for the program has been included so you can 
  45.       make any changes to personalize the program for your use.
  46.  
  47.       The program was written for and tested in the following:
  48.  
  49.       MicroSoft Quick-C Large Memory Model (MS-Dos Environment)
  50.       MicroSoft C v5.1 Large Memory Model (MS-Dos Environment)
  51.       Mark Williams C v2.0 (Atari TOS/GEM Environment)
  52.  
  53.       The code should be able to compile and link in any of these
  54.       environments without any changes.
  55.  
  56.  
  57.                             Dan Rhea
  58.                             CIS UID: 76703,4364
  59.  
  60.